void ID3D11DeviceContext::UpdateSubresource([In] ID3D11Resource* pDstResource,[In] unsigned int DstSubresource,[In, Optional] const D3D11_BOX* pDstBox,[In] const void* pSrcData,[In] unsigned int SrcRowPitch,[In] unsigned int SrcDepthPitch)
シンタックス
'宣言
Public Overloads Sub UpdateSubresource( _
ByVal As Resource, _
ByVal As System.Integer, _
ByVal As System.Nullable(Of ResourceRegion), _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void UpdateSubresource(
Resource ,
System.int ,
System.Nullable<ResourceRegion> ,
System.IntPtr ,
System.int ,
System.int
)
パラメータ
- dstResourceRef
- dstSubresource
- dstBoxRef
- srcDataRef
- srcRowPitch
- srcDepthPitch
参照